home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Programming / vbcc / machines / amiga68k / include / inline / misc_protos.h < prev    next >
Encoding:
Text File  |  1997-12-30  |  358 b   |  5 lines

  1. UBYTE * __AllocMiscResource(__reg("d0") unsigned long unitNum,__reg("a1") UBYTE *name ,__reg("a6") void *)="\tjsr\t-6(a6)";
  2. #define AllocMiscResource(x1,x2) __AllocMiscResource((x1),(x2),MiscBase)
  3. void  __FreeMiscResource(__reg("d0") unsigned long unitNum ,__reg("a6") void *)="\tjsr\t-12(a6)";
  4. #define FreeMiscResource(x1) __FreeMiscResource((x1),MiscBase)
  5.